Path: api/v1/accounting/invoice/{invno}
This endpoint supports the following methods:
GET
Summary: Returns the requested invoice. Refer to format query parameter.
Description: Custom URL query params will be sent to the report
Query Parameters
| Parameter | Optional | Description |
|---|---|---|
| format | ✓ | The format of the invoice. Currently .pdf is the default and is the only supported option. |
| reportname | ✓ | The Invoice report name to use. Default will use the report used at Invoicing. |
Path: api/v1/accounting/invoice/1234?format=pdf
Example GET